1
'--------------------------------------------------------------------------
3 ' Copyright (c) Microsoft Corporation. All rights reserved.
5 ' File: AssemblyInfo.vb
7 '--------------------------------------------------------------------------
10 Imports System
.Reflection
11 Imports System
.Runtime
.InteropServices
13 <Assembly
: AssemblyTitle("ComputePi")>
14 <Assembly
: AssemblyDescription("")>
15 <Assembly
: AssemblyCompany("Microsoft Corporation")>
16 <Assembly
: AssemblyProduct("ComputePi")>
17 <Assembly
: AssemblyCopyright("Copyright © Microsoft Corporation. All rights reserved.")>
18 <Assembly
: AssemblyTrademark("")>
19 <Assembly
: ComVisible(False)>
20 <Assembly
: Guid("108efbeb-c701-42d7-af68-32daf3917942")>
21 <Assembly
: AssemblyVersion("1.0.0.0")>
22 <Assembly
: AssemblyFileVersion("1.0.0.0")>